Appliance Recovery Backup Schedules RecurrenceInfo
The Appliance Recovery Backup Schedules RecurrenceInfo schema contains the recurrence information associated with a schedule.
This schema was added in vSphere API 6.7.
{
"minute": 0,
"hour": 0,
"days": [
"string"
]
}
Minute when backup should run.
This property was added in vSphere API 6.7.
Hour when backup should run. The hour should be specified in 24-hour clock format.
This property was added in vSphere API 6.7.
Day of week when the backup should be run. Days can be specified as list of days.
For more information see: Appliance Recovery Backup Schedules DayOfWeek.
This property was added in vSphere API 6.7.
If missing or null
the backup will be run everyday.